|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--shout3d.Shout3DWriter
Class that writes out a node and its subgraph in pseudo-vrml style.
Constructor Summary | |
Shout3DWriter()
Constructs a new Shout3DWriter |
Method Summary | |
void |
write(Node root,
java.io.PrintStream ps)
Writes a description of the node, its subgraph and its fields, vrml-style to the given PrintStream |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Shout3DWriter()
Method Detail |
public void write(Node root, java.io.PrintStream ps)
root
- the root of the scene to writethe
- PrintStream in which to write.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |